<CAT CAPTION="Display Text Elements" ICON="Images/phone_small_3.bmp">
<E CAPTION="<BR>" VALUE='<BR>' DESC='<B><BR></B><BR>Starts a new line. The line uses the default wrapping mode you last specified on the card.'/>
<E CAPTION="<CENTER>" VALUE='<CENTER>' DESC='<B><CENTER></B><BR>Centers a line of text.'/>
<E CAPTION="<IMG></IMG>" VALUE='<IMG NAME="image_name" ALT="alternative text" SRC="source image"></IMG>' DESC='<B><IMG NAME="image_name" ALT="alternative text" SRC="source image"></B><BR>Specifies an image to display. Not all phone models are capable of displaying images.'/>
<E CAPTION="<LINE>" VALUE='<LINE>' DESC='<B><LINE></B><BR>Starts a new line. If the text is too large to fit the phone display, the phone automatically scrolls it horizontally so the user can view the entire line. This wrapping mode is known as "Times Square" mode. Until a <WRAP> statement is encountered, all lines that follow the current line are also scrolled.'/>
<E CAPTION="<RIGHT>" VALUE='<RIGHT>' DESC='<B><RIGHT></B><BR>Aligns text to right.'/>
<E CAPTION="<WRAP>" VALUE='<WRAP>' DESC='<B><WRAP></B><BR>Starts new line. If the text is too large to fit the phone display, the phone word wraps the text to the next line. Until a <LINE> statement is encountered, all lines that follow the current line are also word wrapped.'/>